You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLValue Class > TOpenCLValue Methods > TOpenCLValue.FlipConj Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLValue.FlipConj Method

Flips the real and imaginary part of the complex numbers and conjugates the result.

Syntax
C#
Visual Basic
public TOpenCLValue FlipConj([In] TOpenCLValue X);

Performs the following transformation: 

a + i*bi ==> b - i*a 

Method flips the real and imaginary part and conjugates calling object complex value.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!